home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
p
/
pofo
/
sprachen
/
pbasic
/
pbas30
/
bar.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
BASIC Source File
|
1991-08-22
|
341 b
|
19 lines
cls
print "BAR.BAS (c) Rob Kunstadt 1990"
print "Is display tracked PC?"
print "Use Alt-Cursor to scroll"
print
print "How many items to plot (max 12)?"
input "Your choice: ",a
for b=1 to a
print
input "Enter a number (1 to 40): ",c
for d=1 to c
print ">"
e=csrlin-1
f=pos(0)+d
locate e,f
next d
next b
system
ə